home *** CD-ROM | disk | FTP | other *** search
/ Internet Pro - Web Page Builder / Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin / pc / windows / http_srv / whttpd14 / #haccess.ctl next >
Text File  |  1994-05-07  |  198b  |  12 lines

  1. AuthUserFile c:/httpd/conf/empty.pwd
  2. AuthGroupFile c:/httpd/conf/empty.pwd
  3. AuthName Example
  4. AuthType Basic
  5.  
  6. <Limit GET>
  7. order allow,deny
  8. allow from all
  9. deny from .ncsa.uiuc.edu
  10. </Limit>
  11.  
  12.